# Xeno Helix
# Copyright (C) 2000 Johan Hanson <johan@tiq.com>
# Based on HeliX and Xenophilia
#
# Uses a blend of HeliX's and HeliX dark's colors but a Motif-like style to widgets.
# It should look good, look modern, but still look and feel very much Unix.

style "helixeno_default" {
    bg[ACTIVE]		= "#898886"
#    bg[ACTIVE]		= "#999896"
    fg[ACTIVE]		= "#000000"

    bg[NORMAL]		= "#a9a8a6"
    bg[INSENSITIVE]	= "#a9a8a6"
    bg[PRELIGHT]	= "#c4c2c1"

    fg[NORMAL]		= "#000000"
    fg[INSENSITIVE]	= "#575655"
    fg[PRELIGHT]	= "#000000"
    bg[SELECTED]	= "#655977"
    fg[SELECTED]	= "#ffffff"

    base[NORMAL]	= "#dfdedd"
    base[ACTIVE]	= "#dfdedd"
    base[SELECTED]	= "#685977"
    base[PRELIGHT]	= "#efeeed"
    base[INSENSITIVE]	= "#b6b5b4"

    engine "xeno" {
	scrollbar_knob		= none
	scrollbar_width		= 12
	stepper_ends		= true
	stepper_arrows		= true
	stepper_box		= false
	paned_knob		= box
	handle_knob		= none
	button_default		= thin in
	menu_style		= out
	popup_arrows		= false
	shine			= 1.5
	shade			= 0.587
    }
}

style "helixeno_list" {
    base[ACTIVE]	="#ffffff"
}

style "helixeno_tooltips" {
    bg[NORMAL]		= "#d3cfc6"
    fg[NORMAL]		= "#000000"
    engine "xeno" {
	shade		= 0.25
    }
}

style "helixeno_button" {
    bg[NORMAL]		= "#bdbcbb"
    bg[PRELIGHT]	= "#cdcccb"
    bg[ACTIVE]		= "#a3a2a0"
    bg[INSENSITIVE]	= "#b6b5b4"
    engine "xeno" {
	shine		= 1.2345
	shade		= 0.6666667
	black[PRELIGHT]	= 0.20
    }
}

style "helixeno_menu" = "helixeno_button" {
    bg[INSENSITIVE]	= "#bdbcbb"
    engine "xeno" {
	shine[PRELIGHT]	= 1.2345
	shade[PRELIGHT]	= 0.6666667
	black[PRELIGHT]	= 0.20
    }
}

style "helixeno_range" = "helixeno_button" {
    bg[ACTIVE]		= "#898886"
    bg[SELECTED]	= "#bdbcbb"
    engine "xeno" {
	shine		= 1.2345
	shade		= 0.6666667
	black[PRELIGHT]	= 0.20
    }
}

style "helixeno_bar" {
    bg[PRELIGHT]	= "#685977"
    bg[NORMAL]		= "#a9a8a6"
}

style "helixeno_notebook" {
#    bg[NORMAL]		= "#b0afad"
#    bg[INSENSITIVE]	= "#b0afad"
#    bg[PRELIGHT]	= "#b0afad"

    engine "xeno" {
	shine		= 1.2345
	shade		= 0.75
	black		= 0.25
    }
}

class "GtkWidget"		style "helixeno_default"
class "GtkList"			style "helixeno_list"
class "GtkTree"			style "helixeno_list"
class "GtkCList"		style "helixeno_list"
class "GtkCTree"		style "helixeno_list"
class "GtkButton"		style "helixeno_button"
class "GtkSpinButton"		style "helixeno_button"
class "GtkRange"		style "helixeno_range"
class "GtkProgress"		style "helixeno_bar"
class "GtkStatusbar"		style "helixeno_bar"
class "GtkMenu"			style "helixeno_menu"
class "GtkMenuItem"		style "helixeno_menu"
class "GtkNotebook"		style "helixeno_notebook"
widget "gtk-tooltips*"		style "helixeno_tooltips"
